@charset "utf-8";
/*初始化  reset*/

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

@font-face {
	font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
}

body,
button,
input,
select,
textarea {
	font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
	font-size: 14px;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background: #fafafa;
}


h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
	font-size: 100%
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace
}

small {
	font-size: 12px
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

legend {
	color: #000
}

ol,
ul {
	list-style: none
}

a {
	text-decoration: none;
	color: #553411;
}

a:hover,
a:focus {
	text-decoration: none;
}




fieldset,
img {
	border: 0;
	vertical-align: top;
}

textarea {
	resize: none;
}

a,
input,
button,
select,
textarea {
	outline: none;
}

a,
button {
	cursor: pointer;
}

a,
button {
	cursor: pointer;
}


/*清楚浮动*/

.decimal {
	font-family: HelveticaNeueLt, 'Microsoft YaHei', SimHei;
	font-size: 14px;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*解决盒子塌陷问题*/

.clearfix {
	display: inline-table;
}

*html .clearfix {}

.clearfix {
	display: block;
}

*+html .clearfix {}


/*公共样式*/

.tc {
	text-align: center !important;
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right !important;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.rlast {
	margin-right: 0 !important;
}

.ffirst {
	margin-left: 0 !important;
}

.max-width {
	max-width: 750px;
	min-width: 240px;
	margin: 0px auto;
}

.public-logos {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 70px;
	text-align: center;
}

.public-logos img {
	height: 28px;
}

.public-nav {
	width: 100%;
	display: flex;
	height: 55px;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 1000;
	border-top: 1px solid #f3f2f7;
}

.public-nav a {
	flex: 1;
	text-align: center;
	display: block;
	font-size: 12px;
	color: #666;
}

.public-nav a.on {
	color: #ff464d;
}

.public-nav a img {
	height: 20px;
	margin-top: 7px;
	margin-bottom: 5px;
}

.public-nav a span {
	display: block;
}

.public-nav i {
	height: 20px;
	display: block;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 7px;
	margin-bottom: 5px;
}

.public-nav i.inx01 {
	background-image: url(../images/icon-01.png);
}

.public-nav i.inx02 {
	background-image: url(../images/icon-02.png);
}

.public-nav i.inx03 {
	background-image: url(../images/icon-03.png);
}

.public-nav i.inx04 {
	background-image: url(../images/icon-04.png);
}

.public-nav a.on i.inx01 {
	background-image: url(../images/icon-on-01.png);
}

.public-nav a.on i.inx02 {
	background-image: url(../images/icon-on-02.png);
}

.public-nav a.on i.inx03 {
	background-image: url(../images/icon-on-03.png);
}

.public-nav a.on i.inx04 {
	background-image: url(../images/icon-on-04.png);
}

.mag-10 {
	margin: 0px 10px;
}

.mat-10 {
	margin-top: 10px;
}

.mat-15 {
	margin-top: 15px;
}

.mat-50 {
	margin-top: 65px;
}

.bg-fff {
	background: #fff;
}

.pad-25 {
	padding: 25px;
}

/* tabbar */
.tabbar {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	display: flex;
	background: #fff;
	padding: 10px 0px;
}

.tabbar a {
	flex: 1;
	text-align: center;
	color: #333;
}

.tabbar a.on {
	color: #FD6C57;
}

.tabbar a img {
	height: 20px;
	display: block;
	font-size: 0;
	margin: 0px auto;
	margin-bottom: 3px;
}

.tabbar a span {
	display: block;
	font-size: 12px;
}

/* 消息提醒 */
.alert-remind {
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	display: none;
}

.alert-remind p {
	color: #fff;
	font-size: 16px;
	background: rgba(0, 0, 0, .6);
	padding: 30px 0px;
	border-radius: 5px;
	text-align: center;
}

.width_pub {
	width: 80%;
	margin: 0px auto;
}

.header {
	width: 100%;
	height: 80px;
}

.logo {
	float: left;
}

.head_bg {
	background: #fff;
}

.logo img {
	height: 40px;
	margin-top: 20px;
}

.header ul {
	float: left;
	margin-left: 5%;
}

.header ul li {
	float: left;
}

.header ul li a {
	display: inline-block;
	height: 80px;
	line-height: 80px;
	margin-left: 30px;
	font-size: 18px;
	color: #333;
}

.hed-right {
	float: right;
	margin-top: 22px;
	margin-left: 50px;
}

.select {
	float: left;
	margin-right: 20px;
	position: relative;
	top: 8px;
}

.select img {
	height: 20px;
}

.hed-right p {
	background: #000;
	border-radius: 60px;
	padding: 8px 20px;
	float: right;
	color: #fff;
}

.hed-right p a {
	color: #fff;
}

.hed-right p img {
	height: 18px;
	position: relative;
	right: 4px;
	top: 0px;
}

.footer {
	width: 100%;
	height: auto;
	background: #333333;
	margin-top: 30px;
	padding-top: 30px;
}

.footer ul {
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}

.footer ul li {
	width: 19.5%;
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
	height: 117px;
}

.footer ul li:last-child {
	border-right: 0;
}

.footer ul li h3 {
	color: #fff;
	display: block;
}

.footer ul li span {
	margin-top: 20px;
	display: block;
}

.footer ul li span a {
	color: #fff;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
}

.footer_content {
	/* width: 1000px; */
	margin: 0px auto;
	color: #fff;
	margin-top: 20px;
}

.foot_left {
	width: 375px;
	text-align: right;
	float: left;
}

.foot_left h3 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}

.foot_left span {
	display: block;
	float: left;
	text-align: left;
}

.foot_left img {
	width: 100px;
	margin: 0px 5px;
}

.footer_content p {
	float: left;
	text-align: left;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	/* width: 650px; */
	margin-left: 45px;
}

.erweima {
	width: 100px;
	margin: 0px auto;
}

.erweima img {
	width: 90%;
	margin-top: 10px;
}

.footer_last {
	background: #000000;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.bg_fff {
	background: #fff;
}

.header ul li {
	position: relative;
}

.more_show {
	position: absolute;
	top: 70px;
	left: 10px;
	background: #fff;
	z-index: 1000;
	width: 240px;
	display: none;
}

.header ul li:hover .more_show {
	display: block;
}

.more_show span {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-indent: 18px;
}

.more_show span:hover {
	font-size: 18px;
	color: #ff5951;
}

.more_show span {
	transition-duration: 0.2s;
	cursor: pointer;
}

@media screen and (max-width: 750px) {
	.width_pub {
		width: 87%;
	}

	.header {
		display: none;
	}

	.footer ul li {
		width: 50%;
		float: left;
		border-right: 0;
		margin-bottom: 15px;
		border-bottom: 1px solid #fff;
		padding-bottom: 15px;
	}

	.footer ul li:nth-child(en) {
		float: right;
	}

	.footer ul li:last-child {
		border-bottom: 0;
		width: 100%;
	}

	.erweima {
		width: 150px;
	}

	.footer_content {
		width: 100%;
	}

	.footer_content p {
		width: 100%;
		float: none;
	}

	.foot_left {
		width: 100%;
		float: none;
	}

	.footer_content p {
		clear: both;
		margin-left: 0;
		margin-top: 15px;
		padding-top: 15px;
	}

	.phone_header {
		display: block;
		height: 50px;
	}

	.backprev {
		float: left;
		width: 15%;
		text-align: center;
		color: #fff;
		height: 48px;
		line-height: 48px;
	}

	.head-middle {
		width: 70%;
		text-align: center;
		float: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.head-right {
		float: right;
		text-align: center;
		width: 15%;
	}

	.app-hide-list i {
		margin-top: -3px;
		margin-right: 5px;
	}

	.app-hide-list {
		background: #f5f5f5;
		margin: 5px 0;
		color: #007d3c;
	}

	.app-slide-menu .mdui-list-item-content {
		text-align: left;
		padding-left: .8em;
	}

	.app-collapse-menu {
		margin: 0 16px;
	}

	.app-list-home {
		padding: 0;
		margin: 5px 0 10px;
		background: #00b355;
	}

	.app-list-home:hover {
		background: #00b355;
	}

	.app-list-home i {
		margin-top: -3px;
		margin-right: 5px;
		color: #fff;
	}

	.app-list-home a {
		color: #fff;
	}

	.app-list-item-link {
		color: #fff;
		display: block;
		width: 100%;
		text-align: left;
	}

	.mdui-collapse-item-body .app-sub-list {
		padding: 0;
		margin: 8px;
		background: #fff;
	}

	.mdui-collapse-item-body .app-sub-list a {
		/* padding-left:23px; */
	}

	.app-collapse-list {
		margin: 10px 0;
	}

	.menu-click {
		background: #e1fff0;
	}

	.app-btn {
		min-width: 100%;
		text-align: center;
		padding: 0;
	}

	.phone_header span {
		width: 80px;
		display: block;
		float: left;
		margin-top: 12px;
		margin-left: 15px;
	}

	.phone_header span img {
		width: 100%;
	}

	.select {
		position: absolute;
		right: 30px;
		top: 14px;
	}

	.head-right {
		float: right;
		margin-top: 5px;
	}
}

.search {
	position: relative;
	overflow: hidden;
}

.input_submit {
	border: 0;
	color: #fff;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-size: 15px;
	height: 36px;
	background: #1d273d;
	line-height: 36px;
	cursor: pointer;
}

.search input.input_text {
	border: 0;
	line-height: 36px;
	height: 36px;
	font-size: 14px;
	outline: none;
	text-indent: 1em;
}

/*search-page*/
.search-page {
	width: 100%;
	left: 0;
	background: #ebf0fa;
	position: absolute;
	top: 80px;
	z-index: 8;
	display: none;
}

.search_box {
	width: 1200px;
	margin: auto;
}

.search-page .search {
	clear: both;
	width: 60%;
	margin: auto;
	border-radius: 0 5px 5px 0;
}

.search-page .search input.input_text {
	width: 80%;
	float: left;
	z-index: 9;
}

.input_submit {
	width: 20%;
}

.search select {
	border: none;
	height: 36px;
	right: 20%;
	outline: none;
	z-index: 9;
	position: absolute;
	background: #fff;
}

.search-page .go-left {
	background: url(../images/prev_close.png) no-repeat left center;
	width: 32px;
	height: 32px;
	float: right;
	background-size: 32px;
	margin: 20px;
}

.hot-search {
	margin: 40px 20px;
	overflow: hidden;
	text-align: center;
}

.hot-search p {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #1d273d;
}

.search-paihang li {
	display: inline-block;
	line-height: 26px;
	height: 26px;
	font-size: 15px;
	margin: 3px 10px;
}

.search-paihang li a {
	display: block;
	color: #666;
}

.search-paihang li a:hover {
	color: #1d273d
}

@media only screen and (max-width: 768px) {
	.foot_left img{
		width: 31.333%;
		margin: 0 0;
	}
	.search_box {
		width: 96%;
	}

	.rbox {
		display: none
	}

	.lbox {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.search-page {
		top: 50px;
	}

	.search_box {
		width: 94%;
	}

	.is-search {
		width: 40px;
		height: 40px;
		position: fixed;
		right: 56px;
	}

	.is-search section {
		background: none;
		height: 40px;
		margin: inherit;
	}

	.is-search i {
		width: 40px;
		height: 40px;
	}

	.search-page .search {
		width: 100%;
	}
}

.con_title {
	padding: 50px 0px;
	margin-bottom: 20px;
}

.con_title h3 {
	font-size: 32px;
	text-align: center;
}

.con_title p {
	text-align: center;
	padding-top: 20px;
}

.xiazai {
	display: block;
	width: 140px;
	text-align: center;
	line-height: 45px;
	height: 45px;
	border-radius: 10px;
	background: red;
	color: #fff;
	margin: 0px auto;
	font-weight: bold;
	margin-bottom: 50px;
}

.con_more img {
	display: block;
	width: auto;
	max-width: 100%;
	margin-top: 10px;
	margin: 0px auto;
}

.con_more {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.con_more p {
	margin-top: 10px;
}

.dede_pages {
	text-align: center;
	margin-top: 40px;
}

.dede_pages ul li {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #e8e8e8;
	line-height: 40px;
	text-align: center;
	color: #ff5951;
	font-size: 16px;
	border-radius: 5px;
	margin: 0px 5px;
}

.dede_pages ul li a {
	color: #ff5951;
	display: block;
}

.dede_pages ul li.thisclass {
	background: #ff5951;
	border: 1px solid #ff5951;
	color: #fff;
}

.pagelist {
	display: flex;
	justify-content: center;
}

.postion-div {
	position: fixed;
	bottom: 10%;
	right: 10px;
	z-index: 1000;
}

.postion-div h3 {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
}

.qq {
	width: 55px;
	height: 55px;
	padding: 5px 0px;
	background: rgba(0, 0, 0, .7);
	border-radius: 10px;
	text-align: center;
	z-index: 1000;
}

.qq img {
	width: 20px;
	margin-top: 2px;
}

.pub-tab {
	position: absolute;
	background: #fff;
	top: 0;
	right: 56px;
	width: 150px;
	padding: 10px 0px;
	border-radius: 10px;
	z-index: 1000;
	color: #000;
	display: none;
}

.pub-tab h3 {
	color: #000;
	font-size: 18px;
}

.pub-tab p img {
	width: 100px;
}

.weixin {
	width: 55px;
	padding: 5px 0px;
	background: rgba(0, 0, 0, .7);
	border-radius: 10px;
	text-align: center;
	z-index: 1000;
	margin-top: 5px;
	position: relative;
}

.weixin a {}

.weixin img {
	width: 25px;
}

.wx-ma {
	position: absolute;
	width: 130px;
	height: 130px;
	background: #fff;
	right: 60px;
	top: 0px;
	display: none;
}

.wx-ma img {
	width: 130px;
	height: 130px;
}

.weixin:hover .pub-tab {
	display: block;
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
	.footer ul{
		padding-bottom: 12px;
	}
	.footer ul li span{
		margin-top: 10px;
	}
	.footer_content{
		margin-top: 12px;
	}
	.footer_content p{
		line-height: 20px;
	}
	.footer_last{
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
}
.chi{
	text-align: center;
	color: #7b767d;
	clear: both; 
	position: relative; 
	top: 10px; 
	font-size: 0.1rem; 
	margin-top: 10px;
}